home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / mosquito.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2012-04-23  |  79b  |  7 lines

  1. on(release){
  2.    tellTarget("/shooter")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.